@font-face {font-family: 'SourceHanSansCN-Normal';src: url('../fonts/SourceHanSansCN-Normal.otf');}
@font-face {font-family: 'AlibabaPuHuiTi';src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot');src:url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot?#font-spider') format('embedded-opentype'),url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'),url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),url('../fonts/AlibabaPuHuiTi-3-55-Regular.svg') format('svg');font-weight: normal;font-style: normal;
}

html,body{MARGIN: 0px;font-size:14px;text-align:left; padding:0px; color:#404040;font-family: 'SourceHanSansCN-Normal'}
body{ background:#fff;}
div,ul,li,p,form,dd,dt,dl{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:14px; color:#404040; text-decoration:none;}
a:hover{ font-size:14px; color:#F22B2B; text-decoration:none;}
p{ font-size:14px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin: 0 auto;}
.fl{float: left}
.fr{float: right}


/*top*/
.top{  height: 45px;background: #F22B2B;display: flex;
	align-items: center;
	justify-content: space-between; }
.top_l{ float:left; height:45px; line-height:45px; color:#fff; letter-spacing:1px;}
.top_r{ float:right;  height:45px; line-height:45px; text-align: right; }
.top_r ul li{ float:left;  padding:0 10px; text-align:center; color:#fff; }
.top_r ul li a{ font-size:14px; color:#fff;}
.top_r ul li.line01{ float:left; width:2px;}

/*head*/
.header{ width:100%; height:140px;/* background:#FCFCFC;*/}

/* .tel{ float:right;margin-top:40px;background: url("tel.png") no-repeat left center; padding-left: 60px;} */
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size: 29px;
    color: #345197;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	box-shadow: 0 6px 13px 0 rgba(19,20,21,.21);
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF;
	z-index: 9999999;
	position: absolute;
	top: 80px;
	left: 50%;
	animation: down .5s forwards;
	transform: translateX(-50%);
}

.logo{padding-left: 50px;}
.logo img{max-width:150px; }

.menu ul { width: 980px; display: flex;justify-content: space-between;padding: 0 15px; margin-left: 50px;}
.menu ul li{ float:left;/* width:185px; */ height:55px; line-height:55px; text-align:center;}
/* .menu ul li:after{float:left; content: "";
        display: block;
    margin-top:8px;
        width: 2px;
        height: 40px;
        background-image: url("line.jpg");
        background-size: cover;
        opacity: 0.6;} */
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:18px; color:#333; letter-spacing:2px; }
.menu ul li:hover a{ color:#F22B2B;} 


.language{    position: relative; width: 100px;
    display: flex;
    align-items: center;background: #fff; border-radius: 30px; height: 25px;  line-height: 25px;}
.language img{width: 25px; margin:0px 5px;;}
/*banner ��ʼ*/

.bannerswiper {position: relative; }
 .bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
	
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		height: 100vh;
		    object-fit: cover;
		    overflow: hidden;
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 100px;}
.bannerswiper  .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    display: inline-block;
    border-radius:30px;
    background: #fff;
    opacity: 1;
}
.bannerswiper .swiper-pagination-bullet-active{ background: #F22B2B;}

/*banner����*/

/*floor*/
.first{ width:100%; margin-top:20px; padding: 40px 0px 30px 0px;}


/*��Ʒ����*/
.pro_l{  width:100%; margin-top: 40px; text-align: center;}
.pro_l a{background: #F4F4F7; padding: 5px 50px 7px 50px; font-size: 17px; display: inline-block; margin: 0px 2px;color: #000;}
.pro_l a:hover{background: #F22B2B; color: #fff;}
.pro_l a.on{background: #F22B2B; color: #fff;}
/* .first::before {
    content: "";
    position: absolute;
    top:980px;
    width: 100%;
    height: 350px;
    background:#F22B2B;
    z-index: -1;
} */

/*��Ʒչʾ*/
.pro_r{ width:1480px; margin-top: 40px}
.pro_r_title{ width:100%; height:45px; border-bottom:#345197 solid 4px;}
.r_left{ float:left; font-size:24px; height:45px; line-height:45px; font-weight:bold; color:#333; }
.r_left i{font-size: 13px;
    color: #999999;
    margin-left: 15px;
    text-transform: uppercase; 
    font-weight: normal;
}

.more{ float:right; height:39px; line-height:39px;}
.pro_list{display: flex;
    flex-wrap: wrap;
    margin-top: 50px;}
.pro_list dl{     
        width: 24%;
        border: 1px solid #e5e5e5;
        border-left: none;
        overflow: hidden;
        text-align: center;
        transition: all .1s linear;
        display: flex;
        flex-direction: column;
        position: relative;
		
}
.pro_list dl:nth-child(4n+1){    border-left: 1px solid #e5e5e5;}
.pro_list dl:nth-child(n+5){    border-top:none;}


.pro_list dl dt{ margin: 15px; text-align: center; margin-bottom: 0px;}
.pro_list dl dt a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 70%;
}
.pro_list dl dt img{
       width: 100%;
       height: 100%;
       object-fit: cover;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%,-50%);
       transition: all .1s linear;
}
dd.ddhover { 
	    flex: 1;
	    padding: 10px 10px 20px 10px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
        
}
dd.ddhover h3 {
    font-weight: normal;
    margin-bottom: 10px;
    color:#000;
    line-height: 20px;
    text-transform: capitalize;
}
dd.ddhover span {
    color:#F22B2B;
        font-size: 16px;
        transition: all .1s linear;
}
.pro_list dl:hover dd.ddhover {
    opacity: 1;
}
.pro_list dl:hover dt img{    transform: translate(-50%,-50%) scale(1.05);}
.pro_list dl:hover dd.ddhover h3{ color:#F22B2B;}
.pro_list dl:hover dd.ddhover span{ color:#F22B2B;}


/*����*/
.adv{ height: 160px; background: #000; background: url("adv.jpg") no-repeat center center;paddding-top: 20px; position: relative}
.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}



/*���̰���*/
.second{ width:100%;  background:#FFF; padding: 60px 0px 40px 0px; /* background:url(casebj.jpg) no-repeat center top; */}

.case{padding: 0px 0px 0px 0px}
.case_title{ width:100%; text-align:center; }
.case_title a{ font-size:42px; font-weight:bold; color:#000;}
.case_txt{color: #7F8388;}


.case_con{ width:100%;  overflow:hidden; position:relative; }
.caseGroup{ width:100%; margin-top:30px}
.caseGroup .caseBox{ overflow:hidden; zoom:1; padding:10px 0 10px 0px; position:relative;   }

.caseGroup .sPrev,.caseGroup .sNext{ position:absolute; left:0px; top:200px; display:block; width:45px; height:45px; background:url(jt01.png) center center no-repeat rgba(255,255,255,0.8); z-index: 999; border-radius: 30px;}
.caseGroup .sNext{ left:auto; right:0px; background:url(jt03.png) center center no-repeat rgba(255,255,255,0.8);  }
.caseGroup .sPrev:hover,.caseGroup .sNext:hover{ border-color:#f60;  }

.caseGroup .caseBd{ margin-top:30px }
.caseGroup .caseBd ul{ overflow:hidden; zoom:1;  }
.caseGroup .caseBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;    padding: 12px; background: #F4F4F7;width: 25%; }
.caseGroup .caseBd ul li .pic{ 
	text-align:center; 
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 100%;
	
	}
.caseGroup .caseBd ul li .pic img{  
	width: 100%;
       height: 100%;
       object-fit: cover;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%,-50%);
       transition: all .1s linear; }
.caseGroup .caseBd ul li .pic a:hover img{ border-color:#999;  }
.caseGroup .caseBd ul li .title{padding: 10px 0px 20px 0px; line-height:35px; font-size: 18px;   }
.caseGroup .caseBd ul li .title a{  font-size: 17px;   }

.caseGroup .caseBd ul li:hover .pic img{    transform: translate(-50%,-50%) scale(1.05);}
.caseGroup .caseBd ul li:hover:hover .title a{ color:#F22B2B;}

.homemore{
	display: block;
	width: 150px;
	text-align: center;
	color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 10px 24px;
    /* background-color: rgb(0, 0, 0); */
    border-radius:10px;
	margin: 30px auto 30px auto;
	transition: all .1s linear;
	border: #000 solid 1px;
	color: #000;
}
.homemore:hover{background:#F22B2B; border: #F22B2B solid 1px;color: #fff;font-size: 17px; }


/*third*/
.third{ width:100%; padding-top:60px; padding-bottom:60px; background: #F4F4F7;}

/*��������*/
.about{  width:100%; margin-top: 40px}
.title{ height:30px; line-height:30px; margin-top: 20px; }
.abpic{width: 620px; float: left; max-height: 465px;}
.about_con{width: 780px; min-height: 415px; float: right; padding:25px 35px 25px 45px;background: #fff }
.about_con h3{font-size:22px; margin-bottom: 30px; padding-top: 10px; color: #000;}
.about_con p{font-size:17px; line-height: 2.0}
.abmore{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; border: #333 solid 1px; border-radius: 50px; margin-top: 30px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;/* background: #000; */color: #000}
.abmore:hover{background: #F22B2B;border: #F22B2B solid 1px; color: #fff }
.abpic>img {
    width: 100%;
    transition: all .4s linear;
}
.about-contact{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 6px 13px 0 rgba(19,20,21,.15);padding:2% 6%;margin-top:30px;/* position:absolute;left:50%;transform:translateX(-50%);bottom:0px; */max-width:1304px;width:100%;z-index:9999;background:#fff}
.about-contact p{font-weight:bold;font-size:22px; color: #F22B2B;}
.about-contact-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:#F22B2B;
    height: 45px;
    width: 180px;
    ;color: #FFF;
    transition: all .2s linear;
    text-decoration: none;
	font-size: 17px;
}
.about-contact-more:hover {
    box-shadow: 1px 2px 10px #F22B2B;color: #FFF;font-size: 18px; 
}
/*��������*/
.fourth{background: #F4F4F7; padding: 60px 0px;}
.news{ margin-top: 40px;}
.news_content{ width:310px; padding-top:10px;}
.content_top{ width: 310px; padding-bottom:10px; border-bottom:#999 dashed 1px;}
.content_top img{ margin-right:10px; float:left;}
.content_top h4{ margin:0px; padding:0px; height:30px; overflow:hidden; line-height:30px; letter-spacing:1px;}
.content_top p{ height:45px;line-height:20px; text-indent:24px; overflow:hidden;}
.content_bt{ width:310px;}
.content_bt ul li{ height:32px; line-height:32px; background:url(m.jpg) no-repeat left center; padding-left:8px; border-bottom:#999 dashed 1px; overflow:hidden;}
.content_bt ul li span{ float:right; color:#666;}

.news ul{width: 100%;}
.news ul li {
	float: left;
	width:21%;
	/* height: 246px; */
	margin-right: 60px;
	margin-bottom: 30px;
}
.news ul li:nth-child(4n){margin-right:0px;}
.news ul li a {
	width: 100%;
	max-height: 430px;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 18px;
	background: #fff;
    box-shadow: rgba(142,161,209,0.2) 0px 2px 5px
}
.news ul li img {
	width: 100%;
	height: 210px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news ul li a span.newsdate{color: #787878;font-size: 16px;}
.news ul li .newstxt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.news ul li .newstxt h3 {
	font-size: 18px;
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
    border-bottom: 1px solid #ddd;
	display: -webkit-box;/* ����������ģ����ʾ */
	-webkit-line-clamp: 1;/* ������һ����Ԫ������ʾ�ı������� */
	-webkit-box-orient: vertical;
}
.news ul li .newstxt p {
	padding-top: 15px;
	color: #333;
	line-height: 24px;
    font-size: 17px;
	display: -webkit-box;/* ����������ģ����ʾ */
	-webkit-line-clamp: 2;/* ������һ����Ԫ������ʾ�ı������� */
	-webkit-box-orient: vertical;
}

.news ul li a:hover img {
	filter: brightness(105%);
}



/*��������*/
.links {
	padding: 20px 0;
	font-size: 16px;
    background: #F22B2B
}
.links span {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}


.foot {
	width: 100%;
	padding-bottom:50px;
	background: #232323;
	color: #fff;
}
.footbq{margin:45px auto 0 auto; border-top: #333 solid 1px; padding-top: 40px;}
.footbq p{color: #999; text-align: center;}
.footbq p a{color: #999;}
.foot_bt {
	padding: 56px 0;
}
.foot_bt .btmenu {
    padding-top: 30px;
	width: 558px;
    min-height: 150px;
	border-right: 1px solid #000;
}
.foot_bt .btmenu dl {
	display: inline-block;
	float: left;
	width: 139px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.foot_bt .btmenu dl:first-child{display: none;}
.foot_bt .btmenu dl dt {
	height: 16px;
	display: block;
	padding-bottom: 25px;
}
.foot_bt .btmenu dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.foot_bt .btmenu dl dd {
	display: block;
	height: 14px;
	padding-bottom: 14px;
}
.foot_bt .btmenu dl dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.foot_bt .btmenu dl dd a:hover {
	color: #ed8e06;
}
.foot_bt .ewm {
	width: 296px;
	height: 180px;
	text-align: center;
	padding-left: 87px;
	border-left: 1px solid #444;
}
.foot_bt .ewm dl {
	float: left;
	display: block;
	margin-right:30px;
}
.foot_bt .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.foot_bt .ewm dl:first-child+dl {
	margin-right: 0px;
}
.foot_bt .ewm dl dt {
	width: 132px;
	height: 132px;
	background-color: #fff;
	text-align: center;
}
.foot_bt .ewm dl dt img {
	width: 122px;
	height: 122px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.foot_bt .ewm dl dd {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px; 
}
.foot_bt .ft_contact {
	width: 455px;
	height: 180px;
	padding-left: 80px;
	border-left: 1px solid #444;
	border-right: 1px solid #000;
}
.foot_bt .ft_contact p.ftp1 {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding-top: 10px;
}
.foot_bt .ft_contact p.ftdh {
	font-size: 36px;
	color: #F22B2B;
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}
.foot_bt .ft_contact h3 {
	font-size: 20px;
	padding-top: 8px;
}
.foot_bt .ft_contact p.fttel {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	/* width: 250px; */
}
.foot_bt .ft_contact i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.foot_bt .ft_contact i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}
.copyright_main {
	background: #136b2f;
	height: 40px;
	line-height: 40px;
	color: #a7beac;
	font-size: 12px;
}
.copyright_main a {
	color: #a7beac;
}
.copyright_main a:hover {
	color: #ed8e06;
}

/*��ҳ*/
.ny{padding-bottom: 40px;}
.nybanner{height: 450px; background: url(nybanner.jpg) no-repeat center center;}
.nytop {width: 100%;background: #F4F4F7;}
.nybanner_con{    
	width: 1480px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.nybanner_con p {
	width: 100%;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
	text-shadow: #000 1px 3px 4px;
	}
.nybanner_con i {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 15px;
    padding: 0;
    background-color: #F22B2B;
}

.nytop .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.nytop .nytoph1{margin: 0px; padding: 0px;;}
.nytop .nytoph1 a {
	display: inline-block;
    font-size: 20px;
    font-weight: 700;
	padding: 20px 30px;
	height: 100%;
}

.nytop .nytoph1 a:hover{background:#F22B2B; color: #fff;}
.nytop .nytoppos a {
    color: inherit;
    transition: all .2s linear
}

.nytop .nytoppos a em {
    margin-right: 5px
}

.nytop .nytoppos a:hover {
    color:#F22B2B
}
.ny_con{padding-top: 30px;}

.nypro_r{width: 1150px; margin-top: 40px;}
.nypro_r .nypro_r_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.nypro_r .nypro_r_title h3 {
	color: #345197;
	font-size: 20px;
	border-left: 3px solid #345197;
	height: 20px;
	line-height: 18px;
	padding-left: 14px;
	margin-top: 5px;
}
.nypro_r_con p{font-size:16px; line-height:1.8}
#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    background: none;
    margin-top: 15px;
}
#news_column_1 > ul > li > a {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li a {
    color: #333;
    font-size: 14px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a {
    color: #000;
    font-size: 14px;
}
.liuyan #liuyantj {
    width: 100%;
    text-align: center;
    background: #F22B2B;
    color: #fff!important;
    font-size: 14px!important;
    border: none;
}
.lxwm4-con dl dd p {
    font-size: 20px;
    color: rgba(51,51,51,1);
    line-height: 1.5;
}

element.style {
}
#pic_column_1 > ul > li > a > p {
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #5a5a5a;
}